home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …ng Tourist Spots in China / China - A Great Country in the East 3: Outstanding Tourist Spots in China.iso / index1.swf / scripts / DefineButton2_253 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2003-01-10  |  95b  |  8 lines

  1. on(press){
  2.    gotoAndPlay(3);
  3.    with(_root.menux)
  4.    {
  5.       gotoandstop("js");
  6.    }
  7. }
  8.